Avoid a race condition in url-queue-kill-job
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 20 Feb 2012 12:12:48 +0000 (13:12 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 20 Feb 2012 12:12:48 +0000 (13:12 +0100)
commit865673bd24a6a2588ca6f7e87a1eb2d555e0fe81
treecf5851c20f09edc48054e050582f147d06066ae6
parente2a5ad2db072828ed0b82bdc53d35461f0e5a685
Avoid a race condition in url-queue-kill-job

* url-queue.el (url-queue-kill-job): Delete the process sentinel
before killing the process to avoid a race condition between the
two processes killing off the process buffer.
lisp/url/ChangeLog
lisp/url/url-queue.el